3.35 \(\int \frac {1}{x^3 \log ^2(c x)} \, dx\)

Optimal. Leaf size=24 \[ -2 c^2 \text {Ei}(-2 \log (c x))-\frac {1}{x^2 \log (c x)} \]

[Out]

-2*c^2*Ei(-2*ln(c*x))-1/x^2/ln(c*x)

________________________________________________________________________________________

Rubi [A]  time = 0.04, antiderivative size = 24, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 3, integrand size = 10, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.300, Rules used = {2306, 2309, 2178} \[ -2 c^2 \text {Ei}(-2 \log (c x))-\frac {1}{x^2 \log (c x)} \]

Antiderivative was successfully verified.

[In]

Int[1/(x^3*Log[c*x]^2),x]

[Out]

-2*c^2*ExpIntegralEi[-2*Log[c*x]] - 1/(x^2*Log[c*x])

Rule 2178

Int[(F_)^((g_.)*((e_.) + (f_.)*(x_)))/((c_.) + (d_.)*(x_)), x_Symbol] :> Simp[(F^(g*(e - (c*f)/d))*ExpIntegral
Ei[(f*g*(c + d*x)*Log[F])/d])/d, x] /; FreeQ[{F, c, d, e, f, g}, x] &&  !$UseGamma === True

Rule 2306

Int[((a_.) + Log[(c_.)*(x_)^(n_.)]*(b_.))^(p_)*((d_.)*(x_))^(m_.), x_Symbol] :> Simp[((d*x)^(m + 1)*(a + b*Log
[c*x^n])^(p + 1))/(b*d*n*(p + 1)), x] - Dist[(m + 1)/(b*n*(p + 1)), Int[(d*x)^m*(a + b*Log[c*x^n])^(p + 1), x]
, x] /; FreeQ[{a, b, c, d, m, n}, x] && NeQ[m, -1] && LtQ[p, -1]

Rule 2309

Int[((a_.) + Log[(c_.)*(x_)]*(b_.))^(p_)*(x_)^(m_.), x_Symbol] :> Dist[1/c^(m + 1), Subst[Int[E^((m + 1)*x)*(a
 + b*x)^p, x], x, Log[c*x]], x] /; FreeQ[{a, b, c, p}, x] && IntegerQ[m]

Rubi steps

\begin {align*} \int \frac {1}{x^3 \log ^2(c x)} \, dx &=-\frac {1}{x^2 \log (c x)}-2 \int \frac {1}{x^3 \log (c x)} \, dx\\ &=-\frac {1}{x^2 \log (c x)}-\left (2 c^2\right ) \operatorname {Subst}\left (\int \frac {e^{-2 x}}{x} \, dx,x,\log (c x)\right )\\ &=-2 c^2 \text {Ei}(-2 \log (c x))-\frac {1}{x^2 \log (c x)}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.02, size = 24, normalized size = 1.00 \[ -2 c^2 \text {Ei}(-2 \log (c x))-\frac {1}{x^2 \log (c x)} \]

Antiderivative was successfully verified.

[In]

Integrate[1/(x^3*Log[c*x]^2),x]

[Out]

-2*c^2*ExpIntegralEi[-2*Log[c*x]] - 1/(x^2*Log[c*x])

________________________________________________________________________________________

fricas [A]  time = 0.40, size = 33, normalized size = 1.38 \[ -\frac {2 \, c^{2} x^{2} \log \left (c x\right ) \operatorname {log\_integral}\left (\frac {1}{c^{2} x^{2}}\right ) + 1}{x^{2} \log \left (c x\right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/x^3/log(c*x)^2,x, algorithm="fricas")

[Out]

-(2*c^2*x^2*log(c*x)*log_integral(1/(c^2*x^2)) + 1)/(x^2*log(c*x))

________________________________________________________________________________________

giac [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {1}{x^{3} \log \left (c x\right )^{2}}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/x^3/log(c*x)^2,x, algorithm="giac")

[Out]

integrate(1/(x^3*log(c*x)^2), x)

________________________________________________________________________________________

maple [A]  time = 0.03, size = 26, normalized size = 1.08 \[ 2 c^{2} \Ei \left (1, 2 \ln \left (c x \right )\right )-\frac {1}{x^{2} \ln \left (c x \right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/x^3/ln(c*x)^2,x)

[Out]

-1/x^2/ln(c*x)+2*c^2*Ei(1,2*ln(c*x))

________________________________________________________________________________________

maxima [A]  time = 0.83, size = 13, normalized size = 0.54 \[ -2 \, c^{2} \Gamma \left (-1, 2 \, \log \left (c x\right )\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/x^3/log(c*x)^2,x, algorithm="maxima")

[Out]

-2*c^2*gamma(-1, 2*log(c*x))

________________________________________________________________________________________

mupad [F]  time = 0.00, size = -1, normalized size = -0.04 \[ \int \frac {1}{x^3\,{\ln \left (c\,x\right )}^2} \,d x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(x^3*log(c*x)^2),x)

[Out]

int(1/(x^3*log(c*x)^2), x)

________________________________________________________________________________________

sympy [F]  time = 0.00, size = 0, normalized size = 0.00 \[ - 2 \int \frac {1}{x^{3} \log {\left (c x \right )}}\, dx - \frac {1}{x^{2} \log {\left (c x \right )}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/x**3/ln(c*x)**2,x)

[Out]

-2*Integral(1/(x**3*log(c*x)), x) - 1/(x**2*log(c*x))

________________________________________________________________________________________